home *** CD-ROM | disk | FTP | other *** search
Modula Definition | 1997-05-13 | 425 b | 24 lines | [TEXT/3PRM] |
- definition module systemsettings
-
-
- import StdTuple
- import deltaFont, deltaPicture
-
-
- /* This module contains macro's to make the scrabble application platform customisable.
- */
-
-
- // For graphics:
-
- // Font information:
-
- font size :== snd (SelectFont "Times" [] size)
- letterfont :== snd (SelectFont "Times" ["Bold"] 10)
- smallfont :== snd (SelectFont "Helvetica" [] 6)
-
- // Background colour:
-
- rbBackground :== WhiteColour
-
-